Added a missing semicolon to a function declaration so everything compiles
authorCody Russell <bratsche@src.gnome.org>
Thu, 7 Oct 1999 06:17:20 +0000 (06:17 +0000)
committerCody Russell <bratsche@src.gnome.org>
Thu, 7 Oct 1999 06:17:20 +0000 (06:17 +0000)
correctly.

gdk-pixbuf/gdk-pixbuf-drawable.h

index 08f92228608195500340b1542cbcf46821810f71..a7321654f40cc83bc3ac410079151a6585c5045d 100644 (file)
@@ -8,5 +8,5 @@ ArtPixBuf *art_pixbuf_rgb_from_drawable  (GdkWindow *window,
                                          gint width, gint height);
 ArtPixBuf *art_pixbuf_rgba_from_drawable (GdkWindow *window,
                                           gint x, gint y,
-                                          gint width, gint height)
+                                          gint width, gint height);
 #endif